@extends('website.layouts.master') @section('site_title')تسجيل الدخول - @endsection @section('content')
@csrf
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @push('page_level_style') @endpush @push('page_level_script') @endpush