@extends('admin.layout') @section('content')
{{ __('Update Login Page') }}
@csrf

@if (!empty($data->login_image)) login_image @else ... @endif
{{ __('Choose Image') }}
@if ($errors->has('login_image'))

{{ $errors->first('login_image') }}

@endif
@endsection