@extends('admin.layouts.master') @section('main_content')

{{ __('Admin Panel Login') }}

@csrf
@if($global_setting->captcha_status == 'Show')
{!! captcha_img() !!}
@endif
@endsection