@extends('admin.layout.master') @section('content')

Create Services

@csrf
@if ($errors->has('service_name')) {{ $errors->first('service_name') }} @endif
@if ($errors->has('icon')) {{ $errors->first('icon') }} @endif
@if ($errors->has('web_icon')) {{ $errors->first('web_icon') }} @endif
@if ($errors->has('web_backgound_image')) {{ $errors->first('web_backgound_image') }} @endif
@endsection