@extends('layouts.mobile') @section('contents') @include('partials.mobile.navbar')
@csrf
@if ($errors->has('area_id')) {{ $errors->first('email') }} @endif
@if ($errors->has('channel_id')) {{ $errors->first('email') }} @endif
@endsection