@extends('layouts.admin') @section('content')
Add Field {{ __('Back') }}
{{csrf_field()}} @include('includes.admin.form-both')
Field Name *
Select Type *
Add Data *

@endsection @section('scripts') @endsection