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

{{__('Create New Lookup')}}

@csrf @include('admin.lookups.form')
@endsection