@extends('admin.layouts.app') @section('title',$page_title) @section('content')
@endsection @push('style-lib') @endpush @push('js') @if ($errors->any()) @php $collection = collect($errors->all()); $errors = $collection->unique(); @endphp @endif @endpush